home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 473 b | 23 lines |
-
- #
- # This is the make file for the prsr. lib subdirectory.
- #
- # Gershon Elber, June 1993
- #
-
- # Get the destination directories:
- include ..\makeflag.wnt
-
- OBJS = bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj poly_cln.obj
-
- geom_lib.lib: $(OBJS)
- -del geom_lib.lib
- $(IRITLIB) -out:geom_lib.lib *.obj
-
- install: geom_lib.lib
- copy geom_lib.lib $(LIB_DIR)
- -del geom_lib.lib
- copy *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
-